home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / gpt32src.zip / README.NEX < prev    next >
Text File  |  1992-03-25  |  1KB  |  31 lines

  1.     This directory contains version 2 of the additional files
  2. you'll need to get gnuplot3.0 to display it's postscript directly to a
  3. window instead of going through the klunky process of writing the
  4. postscript to a file and launching Previewer to view the file.  Note
  5. that all input is still done at the shell level! Fancier NeXTStep
  6. interfaces will be a future project.
  7.  
  8.     This version is faster and leaner than the old method.  It
  9. also does not eat up swap space like the older version (this was
  10. particularly noticeable when doing animation-like plots).  To do this
  11. I used DPS function calls instead of creating a NXImage and
  12. compositing the stream of commands. I based my code on the program
  13. called "epsview" in the hackkit tar file on the archive servers.
  14.  
  15.     The next_dps.trm (next terminal) is basically the post.trm
  16. (postscript terminal) with the fprintf replaced by DPSPrintf and
  17. outfile by the DPSContext d.  You'll also see that I also used some
  18. code (with modifications) from David S. Joerg's MovieApp.  Using the
  19. DPS functions enabled me to slim down the EpsViewer.[hm] and
  20. EPSView.[hm] files.
  21.  
  22.     No claim is made to code elegance or to it being a good example of
  23. objective-c coding.  This is my first (well, second, sort of) objective-c 
  24. program. It seems to work for me. Any constructive criticism would be 
  25. appreciated.  I can be reached at strobel@phast.phys.washington.edu
  26.  
  27. cheers!
  28.  
  29. nick strobel
  30.  
  31.